home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / chelp next >
Encoding:
Text File  |  1996-01-24  |  1.9 KB  |  46 lines

  1. $Id: chelp,v 1.4 1996/01/24 19:26:30 chuck Exp $
  2.  
  3. Usage: compile-src [options]
  4. Options:
  5.    -libc pathname : specifies the location of the C library
  6.    -signals type  : type of signal handling
  7.    -os osname     : specifies the OS name and version
  8.    -auto          : automatic configuration
  9.    -verbose       : display info about configuration
  10.    -custom        : there is a custom xinetd configuration file
  11.    -ccopt option  : option should be either -g for debugging
  12.                     or -O for optimization
  13.    -clean         : makes all clean
  14. Possible arguments to -signals:
  15.          posix, bsd, simple
  16. Possible arguments to -os:
  17.         sunos4, ultrix4, bsdi1, bsdi2, linux, freebsd2, netbsd1
  18. The -sf and -cf options set or clear flags that specify
  19. what facilities are available from the operating system
  20. Only one flag can be specified per -sf/-cf but these options
  21. can be used multiple times.
  22. Available flags:
  23.    no_timers      : BSD-type timers are not available
  24.    no_rpc         : system does not support RPC
  25. *  no_termios     : termios(3) is not available
  26.    no_siglist     : sys_siglist(3) is not available
  27. *  no_ftw         : ftw(3) is not available
  28.    no_syslog      : syslog(3) is not available
  29.    no_posix_types : POSIX types are not available
  30. *  has_isatty     : isatty(3) is available
  31.    has_bsdtty     : system has BSD-type tty interface
  32.    has_sysvtty    : system has SysV-type tty interface
  33. *  has_mmap       : mmap(2) is available
  34.    has_memops     : memops(3) functions are available
  35. *  has_bcopy      : bcopy(3) is available
  36.    has_onexit     : onexit(3) is available
  37. *  has_atexit     : atexit(3) is available
  38.    old_wait       : wait(2) expects a 'union wait' argument
  39.    old_dir        : old directory(3) package
  40.    has_SB         : system supports .SB in man pages
  41.  
  42. You can use the -os option to specify an operating system
  43. and then you can use -sf/-cf for further mods.
  44.  
  45. * not available/needed for BSDI, FreeBSD, NetBSD, or Linux builds; use -os flag
  46.